Make `SePolicy` have `Send`
authorColin Walters <walters@verbum.org>
Mon, 20 Sep 2021 21:53:16 +0000 (17:53 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
commite33767cc2a3d5e69538be4b0b8484780f64c0938
tree4a7ef5570ae294fdf138c2eae302873f7cf5a956
parent7b47de7a1485a76afe463e71c24fa8b06e7bc8e5
Make `SePolicy` have `Send`

It's safe to send between threads, and I want to do so
in ostree-rs-ext to send to a tokio worker thread.
rust-bindings/rust/conf/ostree.toml
rust-bindings/rust/src/auto/se_policy.rs